3.95 \(\int \text{sech}^3(c+d x) (a+b \tanh ^2(c+d x))^2 \, dx\)

Optimal. Leaf size=125 \[ \frac{\left (8 a^2+4 a b+b^2\right ) \tan ^{-1}(\sinh (c+d x))}{16 d}+\frac{\left (8 a^2+4 a b+b^2\right ) \tanh (c+d x) \text{sech}(c+d x)}{16 d}-\frac{b (8 a+3 b) \tanh (c+d x) \text{sech}^3(c+d x)}{24 d}-\frac{b \tanh (c+d x) \text{sech}^5(c+d x) \left ((a+b) \sinh ^2(c+d x)+a\right )}{6 d} \]

[Out]

((8*a^2 + 4*a*b + b^2)*ArcTan[Sinh[c + d*x]])/(16*d) + ((8*a^2 + 4*a*b + b^2)*Sech[c + d*x]*Tanh[c + d*x])/(16
*d) - (b*(8*a + 3*b)*Sech[c + d*x]^3*Tanh[c + d*x])/(24*d) - (b*Sech[c + d*x]^5*(a + (a + b)*Sinh[c + d*x]^2)*
Tanh[c + d*x])/(6*d)

________________________________________________________________________________________

Rubi [A]  time = 0.151915, antiderivative size = 125, normalized size of antiderivative = 1., number of steps used = 5, number of rules used = 5, integrand size = 23, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.217, Rules used = {3676, 413, 385, 199, 203} \[ \frac{\left (8 a^2+4 a b+b^2\right ) \tan ^{-1}(\sinh (c+d x))}{16 d}+\frac{\left (8 a^2+4 a b+b^2\right ) \tanh (c+d x) \text{sech}(c+d x)}{16 d}-\frac{b (8 a+3 b) \tanh (c+d x) \text{sech}^3(c+d x)}{24 d}-\frac{b \tanh (c+d x) \text{sech}^5(c+d x) \left ((a+b) \sinh ^2(c+d x)+a\right )}{6 d} \]

Antiderivative was successfully verified.

[In]

Int[Sech[c + d*x]^3*(a + b*Tanh[c + d*x]^2)^2,x]

[Out]

((8*a^2 + 4*a*b + b^2)*ArcTan[Sinh[c + d*x]])/(16*d) + ((8*a^2 + 4*a*b + b^2)*Sech[c + d*x]*Tanh[c + d*x])/(16
*d) - (b*(8*a + 3*b)*Sech[c + d*x]^3*Tanh[c + d*x])/(24*d) - (b*Sech[c + d*x]^5*(a + (a + b)*Sinh[c + d*x]^2)*
Tanh[c + d*x])/(6*d)

Rule 3676

Int[sec[(e_.) + (f_.)*(x_)]^(m_.)*((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)]^(n_))^(p_.), x_Symbol] :> With[{ff = F
reeFactors[Sin[e + f*x], x]}, Dist[ff/f, Subst[Int[ExpandToSum[b*(ff*x)^n + a*(1 - ff^2*x^2)^(n/2), x]^p/(1 -
ff^2*x^2)^((m + n*p + 1)/2), x], x, Sin[e + f*x]/ff], x]] /; FreeQ[{a, b, e, f}, x] && IntegerQ[(m - 1)/2] &&
IntegerQ[n/2] && IntegerQ[p]

Rule 413

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Simp[((a*d - c*b)*x*(a + b*x^n)^
(p + 1)*(c + d*x^n)^(q - 1))/(a*b*n*(p + 1)), x] - Dist[1/(a*b*n*(p + 1)), Int[(a + b*x^n)^(p + 1)*(c + d*x^n)
^(q - 2)*Simp[c*(a*d - c*b*(n*(p + 1) + 1)) + d*(a*d*(n*(q - 1) + 1) - b*c*(n*(p + q) + 1))*x^n, x], x], x] /;
 FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && LtQ[p, -1] && GtQ[q, 1] && IntBinomialQ[a, b, c, d, n, p, q
, x]

Rule 385

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> -Simp[((b*c - a*d)*x*(a + b*x^n)^(p +
 1))/(a*b*n*(p + 1)), x] - Dist[(a*d - b*c*(n*(p + 1) + 1))/(a*b*n*(p + 1)), Int[(a + b*x^n)^(p + 1), x], x] /
; FreeQ[{a, b, c, d, n, p}, x] && NeQ[b*c - a*d, 0] && (LtQ[p, -1] || ILtQ[1/n + p, 0])

Rule 199

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> -Simp[(x*(a + b*x^n)^(p + 1))/(a*n*(p + 1)), x] + Dist[(n*(p +
 1) + 1)/(a*n*(p + 1)), Int[(a + b*x^n)^(p + 1), x], x] /; FreeQ[{a, b}, x] && IGtQ[n, 0] && LtQ[p, -1] && (In
tegerQ[2*p] || (n == 2 && IntegerQ[4*p]) || (n == 2 && IntegerQ[3*p]) || Denominator[p + 1/n] < Denominator[p]
)

Rule 203

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTan[(Rt[b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[b, 2]), x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rubi steps

\begin{align*} \int \text{sech}^3(c+d x) \left (a+b \tanh ^2(c+d x)\right )^2 \, dx &=\frac{\operatorname{Subst}\left (\int \frac{\left (a+(a+b) x^2\right )^2}{\left (1+x^2\right )^4} \, dx,x,\sinh (c+d x)\right )}{d}\\ &=-\frac{b \text{sech}^5(c+d x) \left (a+(a+b) \sinh ^2(c+d x)\right ) \tanh (c+d x)}{6 d}+\frac{\operatorname{Subst}\left (\int \frac{a (6 a+b)+3 (a+b) (2 a+b) x^2}{\left (1+x^2\right )^3} \, dx,x,\sinh (c+d x)\right )}{6 d}\\ &=-\frac{b (8 a+3 b) \text{sech}^3(c+d x) \tanh (c+d x)}{24 d}-\frac{b \text{sech}^5(c+d x) \left (a+(a+b) \sinh ^2(c+d x)\right ) \tanh (c+d x)}{6 d}+\frac{\left (8 a^2+4 a b+b^2\right ) \operatorname{Subst}\left (\int \frac{1}{\left (1+x^2\right )^2} \, dx,x,\sinh (c+d x)\right )}{8 d}\\ &=\frac{\left (8 a^2+4 a b+b^2\right ) \text{sech}(c+d x) \tanh (c+d x)}{16 d}-\frac{b (8 a+3 b) \text{sech}^3(c+d x) \tanh (c+d x)}{24 d}-\frac{b \text{sech}^5(c+d x) \left (a+(a+b) \sinh ^2(c+d x)\right ) \tanh (c+d x)}{6 d}+\frac{\left (8 a^2+4 a b+b^2\right ) \operatorname{Subst}\left (\int \frac{1}{1+x^2} \, dx,x,\sinh (c+d x)\right )}{16 d}\\ &=\frac{\left (8 a^2+4 a b+b^2\right ) \tan ^{-1}(\sinh (c+d x))}{16 d}+\frac{\left (8 a^2+4 a b+b^2\right ) \text{sech}(c+d x) \tanh (c+d x)}{16 d}-\frac{b (8 a+3 b) \text{sech}^3(c+d x) \tanh (c+d x)}{24 d}-\frac{b \text{sech}^5(c+d x) \left (a+(a+b) \sinh ^2(c+d x)\right ) \tanh (c+d x)}{6 d}\\ \end{align*}

Mathematica [C]  time = 8.64102, size = 792, normalized size = 6.34 \[ \frac{a^2 \sinh (c+d x) \left (-\frac{380 (a+b)^2 \sinh ^6(c+d x) \text{HypergeometricPFQ}\left (\left \{\frac{3}{2},2,2,2\right \},\left \{1,1,\frac{9}{2}\right \},-\sinh ^2(c+d x)\right )}{a^2}-\frac{128 (a+b)^2 \sinh ^6(c+d x) \text{HypergeometricPFQ}\left (\left \{\frac{3}{2},2,2,2,2\right \},\left \{1,1,1,\frac{9}{2}\right \},-\sinh ^2(c+d x)\right )}{a^2}-\frac{16 (a+b)^2 \sinh ^6(c+d x) \text{HypergeometricPFQ}\left (\left \{\frac{3}{2},2,2,2,2,2\right \},\left \{1,1,1,1,\frac{9}{2}\right \},-\sinh ^2(c+d x)\right )}{a^2}-\frac{968 (a+b) \sinh ^4(c+d x) \text{HypergeometricPFQ}\left (\left \{\frac{3}{2},2,2,2\right \},\left \{1,1,\frac{9}{2}\right \},-\sinh ^2(c+d x)\right )}{a}-\frac{288 (a+b) \sinh ^4(c+d x) \text{HypergeometricPFQ}\left (\left \{\frac{3}{2},2,2,2,2\right \},\left \{1,1,1,\frac{9}{2}\right \},-\sinh ^2(c+d x)\right )}{a}-\frac{32 (a+b) \sinh ^4(c+d x) \text{HypergeometricPFQ}\left (\left \{\frac{3}{2},2,2,2,2,2\right \},\left \{1,1,1,1,\frac{9}{2}\right \},-\sinh ^2(c+d x)\right )}{a}-620 \sinh ^2(c+d x) \text{HypergeometricPFQ}\left (\left \{\frac{3}{2},2,2,2\right \},\left \{1,1,\frac{9}{2}\right \},-\sinh ^2(c+d x)\right )-160 \sinh ^2(c+d x) \text{HypergeometricPFQ}\left (\left \{\frac{3}{2},2,2,2,2\right \},\left \{1,1,1,\frac{9}{2}\right \},-\sinh ^2(c+d x)\right )-16 \sinh ^2(c+d x) \text{HypergeometricPFQ}\left (\left \{\frac{3}{2},2,2,2,2,2\right \},\left \{1,1,1,1,\frac{9}{2}\right \},-\sinh ^2(c+d x)\right )-\frac{8855 (a+b)^2 \sinh ^2(c+d x)}{a^2}+\frac{525 (a+b)^2 \sinh ^4(c+d x) \tanh ^{-1}\left (\sqrt{-\sinh ^2(c+d x)}\right )}{a^2 \sqrt{-\sinh ^2(c+d x)}}-\frac{19845 (a+b)^2 \sqrt{-\sinh ^2(c+d x)} \tanh ^{-1}\left (\sqrt{-\sinh ^2(c+d x)}\right )}{a^2}+\frac{32970 (a+b)^2 \tanh ^{-1}\left (\sqrt{-\sinh ^2(c+d x)}\right )}{a^2 \sqrt{-\sinh ^2(c+d x)}}-\frac{32970 (a+b)^2}{a^2}-\frac{91875 (a+b) \text{csch}^2(c+d x)}{a}-\frac{1365 (a+b) \sqrt{-\sinh ^2(c+d x)} \tanh ^{-1}\left (\sqrt{-\sinh ^2(c+d x)}\right )}{a}+\frac{54180 (a+b) \tanh ^{-1}\left (\sqrt{-\sinh ^2(c+d x)}\right )}{a \sqrt{-\sinh ^2(c+d x)}}-\frac{91875 (a+b) \tanh ^{-1}\left (\sqrt{-\sinh ^2(c+d x)}\right )}{a \left (-\sinh ^2(c+d x)\right )^{3/2}}-\frac{23555 (a+b)}{a}-65625 \text{csch}^4(c+d x)-14980 \text{csch}^2(c+d x)+\frac{1680 \sinh ^4(c+d x) \tanh ^{-1}\left (\sqrt{-\sinh ^2(c+d x)}\right )}{\left (-\sinh ^2(c+d x)\right )^{5/2}}-\frac{36855 \tanh ^{-1}\left (\sqrt{-\sinh ^2(c+d x)}\right )}{\left (-\sinh ^2(c+d x)\right )^{3/2}}+\frac{65625 \tanh ^{-1}\left (\sqrt{-\sinh ^2(c+d x)}\right )}{\left (-\sinh ^2(c+d x)\right )^{5/2}}\right )}{2520 d} \]

Warning: Unable to verify antiderivative.

[In]

Integrate[Sech[c + d*x]^3*(a + b*Tanh[c + d*x]^2)^2,x]

[Out]

(a^2*Sinh[c + d*x]*((-23555*(a + b))/a - (32970*(a + b)^2)/a^2 - 14980*Csch[c + d*x]^2 - (91875*(a + b)*Csch[c
 + d*x]^2)/a - 65625*Csch[c + d*x]^4 - (8855*(a + b)^2*Sinh[c + d*x]^2)/a^2 - 620*HypergeometricPFQ[{3/2, 2, 2
, 2}, {1, 1, 9/2}, -Sinh[c + d*x]^2]*Sinh[c + d*x]^2 - 160*HypergeometricPFQ[{3/2, 2, 2, 2, 2}, {1, 1, 1, 9/2}
, -Sinh[c + d*x]^2]*Sinh[c + d*x]^2 - 16*HypergeometricPFQ[{3/2, 2, 2, 2, 2, 2}, {1, 1, 1, 1, 9/2}, -Sinh[c +
d*x]^2]*Sinh[c + d*x]^2 - (968*(a + b)*HypergeometricPFQ[{3/2, 2, 2, 2}, {1, 1, 9/2}, -Sinh[c + d*x]^2]*Sinh[c
 + d*x]^4)/a - (288*(a + b)*HypergeometricPFQ[{3/2, 2, 2, 2, 2}, {1, 1, 1, 9/2}, -Sinh[c + d*x]^2]*Sinh[c + d*
x]^4)/a - (32*(a + b)*HypergeometricPFQ[{3/2, 2, 2, 2, 2, 2}, {1, 1, 1, 1, 9/2}, -Sinh[c + d*x]^2]*Sinh[c + d*
x]^4)/a - (380*(a + b)^2*HypergeometricPFQ[{3/2, 2, 2, 2}, {1, 1, 9/2}, -Sinh[c + d*x]^2]*Sinh[c + d*x]^6)/a^2
 - (128*(a + b)^2*HypergeometricPFQ[{3/2, 2, 2, 2, 2}, {1, 1, 1, 9/2}, -Sinh[c + d*x]^2]*Sinh[c + d*x]^6)/a^2
- (16*(a + b)^2*HypergeometricPFQ[{3/2, 2, 2, 2, 2, 2}, {1, 1, 1, 1, 9/2}, -Sinh[c + d*x]^2]*Sinh[c + d*x]^6)/
a^2 + (65625*ArcTanh[Sqrt[-Sinh[c + d*x]^2]])/(-Sinh[c + d*x]^2)^(5/2) + (1680*ArcTanh[Sqrt[-Sinh[c + d*x]^2]]
*Sinh[c + d*x]^4)/(-Sinh[c + d*x]^2)^(5/2) - (36855*ArcTanh[Sqrt[-Sinh[c + d*x]^2]])/(-Sinh[c + d*x]^2)^(3/2)
- (91875*(a + b)*ArcTanh[Sqrt[-Sinh[c + d*x]^2]])/(a*(-Sinh[c + d*x]^2)^(3/2)) + (54180*(a + b)*ArcTanh[Sqrt[-
Sinh[c + d*x]^2]])/(a*Sqrt[-Sinh[c + d*x]^2]) + (32970*(a + b)^2*ArcTanh[Sqrt[-Sinh[c + d*x]^2]])/(a^2*Sqrt[-S
inh[c + d*x]^2]) + (525*(a + b)^2*ArcTanh[Sqrt[-Sinh[c + d*x]^2]]*Sinh[c + d*x]^4)/(a^2*Sqrt[-Sinh[c + d*x]^2]
) - (1365*(a + b)*ArcTanh[Sqrt[-Sinh[c + d*x]^2]]*Sqrt[-Sinh[c + d*x]^2])/a - (19845*(a + b)^2*ArcTanh[Sqrt[-S
inh[c + d*x]^2]]*Sqrt[-Sinh[c + d*x]^2])/a^2))/(2520*d)

________________________________________________________________________________________

Maple [B]  time = 0.056, size = 236, normalized size = 1.9 \begin{align*}{\frac{{a}^{2}{\rm sech} \left (dx+c\right )\tanh \left ( dx+c \right ) }{2\,d}}+{\frac{{a}^{2}\arctan \left ({{\rm e}^{dx+c}} \right ) }{d}}-{\frac{2\,ab\sinh \left ( dx+c \right ) }{3\,d \left ( \cosh \left ( dx+c \right ) \right ) ^{4}}}+{\frac{ab\tanh \left ( dx+c \right ) \left ({\rm sech} \left (dx+c\right ) \right ) ^{3}}{6\,d}}+{\frac{ab{\rm sech} \left (dx+c\right )\tanh \left ( dx+c \right ) }{4\,d}}+{\frac{ab\arctan \left ({{\rm e}^{dx+c}} \right ) }{2\,d}}-{\frac{{b}^{2} \left ( \sinh \left ( dx+c \right ) \right ) ^{3}}{3\,d \left ( \cosh \left ( dx+c \right ) \right ) ^{6}}}-{\frac{{b}^{2}\sinh \left ( dx+c \right ) }{5\,d \left ( \cosh \left ( dx+c \right ) \right ) ^{6}}}+{\frac{{b}^{2}\tanh \left ( dx+c \right ) \left ({\rm sech} \left (dx+c\right ) \right ) ^{5}}{30\,d}}+{\frac{{b}^{2}\tanh \left ( dx+c \right ) \left ({\rm sech} \left (dx+c\right ) \right ) ^{3}}{24\,d}}+{\frac{{b}^{2}{\rm sech} \left (dx+c\right )\tanh \left ( dx+c \right ) }{16\,d}}+{\frac{{b}^{2}\arctan \left ({{\rm e}^{dx+c}} \right ) }{8\,d}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sech(d*x+c)^3*(a+b*tanh(d*x+c)^2)^2,x)

[Out]

1/2/d*a^2*sech(d*x+c)*tanh(d*x+c)+1/d*a^2*arctan(exp(d*x+c))-2/3/d*a*b*sinh(d*x+c)/cosh(d*x+c)^4+1/6/d*a*b*tan
h(d*x+c)*sech(d*x+c)^3+1/4/d*a*b*sech(d*x+c)*tanh(d*x+c)+1/2/d*a*b*arctan(exp(d*x+c))-1/3/d*b^2*sinh(d*x+c)^3/
cosh(d*x+c)^6-1/5/d*b^2*sinh(d*x+c)/cosh(d*x+c)^6+1/30/d*b^2*tanh(d*x+c)*sech(d*x+c)^5+1/24/d*b^2*tanh(d*x+c)*
sech(d*x+c)^3+1/16/d*b^2*sech(d*x+c)*tanh(d*x+c)+1/8/d*b^2*arctan(exp(d*x+c))

________________________________________________________________________________________

Maxima [B]  time = 1.71977, size = 466, normalized size = 3.73 \begin{align*} -\frac{1}{24} \, b^{2}{\left (\frac{3 \, \arctan \left (e^{\left (-d x - c\right )}\right )}{d} - \frac{3 \, e^{\left (-d x - c\right )} - 47 \, e^{\left (-3 \, d x - 3 \, c\right )} + 78 \, e^{\left (-5 \, d x - 5 \, c\right )} - 78 \, e^{\left (-7 \, d x - 7 \, c\right )} + 47 \, e^{\left (-9 \, d x - 9 \, c\right )} - 3 \, e^{\left (-11 \, d x - 11 \, c\right )}}{d{\left (6 \, e^{\left (-2 \, d x - 2 \, c\right )} + 15 \, e^{\left (-4 \, d x - 4 \, c\right )} + 20 \, e^{\left (-6 \, d x - 6 \, c\right )} + 15 \, e^{\left (-8 \, d x - 8 \, c\right )} + 6 \, e^{\left (-10 \, d x - 10 \, c\right )} + e^{\left (-12 \, d x - 12 \, c\right )} + 1\right )}}\right )} - \frac{1}{2} \, a b{\left (\frac{\arctan \left (e^{\left (-d x - c\right )}\right )}{d} - \frac{e^{\left (-d x - c\right )} - 7 \, e^{\left (-3 \, d x - 3 \, c\right )} + 7 \, e^{\left (-5 \, d x - 5 \, c\right )} - e^{\left (-7 \, d x - 7 \, c\right )}}{d{\left (4 \, e^{\left (-2 \, d x - 2 \, c\right )} + 6 \, e^{\left (-4 \, d x - 4 \, c\right )} + 4 \, e^{\left (-6 \, d x - 6 \, c\right )} + e^{\left (-8 \, d x - 8 \, c\right )} + 1\right )}}\right )} - a^{2}{\left (\frac{\arctan \left (e^{\left (-d x - c\right )}\right )}{d} - \frac{e^{\left (-d x - c\right )} - e^{\left (-3 \, d x - 3 \, c\right )}}{d{\left (2 \, e^{\left (-2 \, d x - 2 \, c\right )} + e^{\left (-4 \, d x - 4 \, c\right )} + 1\right )}}\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sech(d*x+c)^3*(a+b*tanh(d*x+c)^2)^2,x, algorithm="maxima")

[Out]

-1/24*b^2*(3*arctan(e^(-d*x - c))/d - (3*e^(-d*x - c) - 47*e^(-3*d*x - 3*c) + 78*e^(-5*d*x - 5*c) - 78*e^(-7*d
*x - 7*c) + 47*e^(-9*d*x - 9*c) - 3*e^(-11*d*x - 11*c))/(d*(6*e^(-2*d*x - 2*c) + 15*e^(-4*d*x - 4*c) + 20*e^(-
6*d*x - 6*c) + 15*e^(-8*d*x - 8*c) + 6*e^(-10*d*x - 10*c) + e^(-12*d*x - 12*c) + 1))) - 1/2*a*b*(arctan(e^(-d*
x - c))/d - (e^(-d*x - c) - 7*e^(-3*d*x - 3*c) + 7*e^(-5*d*x - 5*c) - e^(-7*d*x - 7*c))/(d*(4*e^(-2*d*x - 2*c)
 + 6*e^(-4*d*x - 4*c) + 4*e^(-6*d*x - 6*c) + e^(-8*d*x - 8*c) + 1))) - a^2*(arctan(e^(-d*x - c))/d - (e^(-d*x
- c) - e^(-3*d*x - 3*c))/(d*(2*e^(-2*d*x - 2*c) + e^(-4*d*x - 4*c) + 1)))

________________________________________________________________________________________

Fricas [B]  time = 2.29356, size = 7337, normalized size = 58.7 \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sech(d*x+c)^3*(a+b*tanh(d*x+c)^2)^2,x, algorithm="fricas")

[Out]

1/24*(3*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^11 + 33*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)*sinh(d*x + c)^10 + 3*(
8*a^2 + 4*a*b + b^2)*sinh(d*x + c)^11 + (72*a^2 - 60*a*b - 47*b^2)*cosh(d*x + c)^9 + (165*(8*a^2 + 4*a*b + b^2
)*cosh(d*x + c)^2 + 72*a^2 - 60*a*b - 47*b^2)*sinh(d*x + c)^9 + 9*(55*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^3 +
(72*a^2 - 60*a*b - 47*b^2)*cosh(d*x + c))*sinh(d*x + c)^8 + 6*(8*a^2 - 12*a*b + 13*b^2)*cosh(d*x + c)^7 + 6*(1
65*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^4 + 6*(72*a^2 - 60*a*b - 47*b^2)*cosh(d*x + c)^2 + 8*a^2 - 12*a*b + 13*
b^2)*sinh(d*x + c)^7 + 42*(33*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^5 + 2*(72*a^2 - 60*a*b - 47*b^2)*cosh(d*x +
c)^3 + (8*a^2 - 12*a*b + 13*b^2)*cosh(d*x + c))*sinh(d*x + c)^6 - 6*(8*a^2 - 12*a*b + 13*b^2)*cosh(d*x + c)^5
+ 6*(231*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^6 + 21*(72*a^2 - 60*a*b - 47*b^2)*cosh(d*x + c)^4 + 21*(8*a^2 - 1
2*a*b + 13*b^2)*cosh(d*x + c)^2 - 8*a^2 + 12*a*b - 13*b^2)*sinh(d*x + c)^5 + 6*(165*(8*a^2 + 4*a*b + b^2)*cosh
(d*x + c)^7 + 21*(72*a^2 - 60*a*b - 47*b^2)*cosh(d*x + c)^5 + 35*(8*a^2 - 12*a*b + 13*b^2)*cosh(d*x + c)^3 - 5
*(8*a^2 - 12*a*b + 13*b^2)*cosh(d*x + c))*sinh(d*x + c)^4 - (72*a^2 - 60*a*b - 47*b^2)*cosh(d*x + c)^3 + (495*
(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^8 + 84*(72*a^2 - 60*a*b - 47*b^2)*cosh(d*x + c)^6 + 210*(8*a^2 - 12*a*b +
13*b^2)*cosh(d*x + c)^4 - 60*(8*a^2 - 12*a*b + 13*b^2)*cosh(d*x + c)^2 - 72*a^2 + 60*a*b + 47*b^2)*sinh(d*x +
c)^3 + 3*(55*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^9 + 12*(72*a^2 - 60*a*b - 47*b^2)*cosh(d*x + c)^7 + 42*(8*a^2
 - 12*a*b + 13*b^2)*cosh(d*x + c)^5 - 20*(8*a^2 - 12*a*b + 13*b^2)*cosh(d*x + c)^3 - (72*a^2 - 60*a*b - 47*b^2
)*cosh(d*x + c))*sinh(d*x + c)^2 + 3*((8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^12 + 12*(8*a^2 + 4*a*b + b^2)*cosh(d
*x + c)*sinh(d*x + c)^11 + (8*a^2 + 4*a*b + b^2)*sinh(d*x + c)^12 + 6*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^10 +
 6*(11*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^2 + 8*a^2 + 4*a*b + b^2)*sinh(d*x + c)^10 + 20*(11*(8*a^2 + 4*a*b +
 b^2)*cosh(d*x + c)^3 + 3*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c))*sinh(d*x + c)^9 + 15*(8*a^2 + 4*a*b + b^2)*cosh
(d*x + c)^8 + 15*(33*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^4 + 18*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^2 + 8*a^2
+ 4*a*b + b^2)*sinh(d*x + c)^8 + 24*(33*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^5 + 30*(8*a^2 + 4*a*b + b^2)*cosh(
d*x + c)^3 + 5*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c))*sinh(d*x + c)^7 + 20*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^6
 + 4*(231*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^6 + 315*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^4 + 105*(8*a^2 + 4*a
*b + b^2)*cosh(d*x + c)^2 + 40*a^2 + 20*a*b + 5*b^2)*sinh(d*x + c)^6 + 24*(33*(8*a^2 + 4*a*b + b^2)*cosh(d*x +
 c)^7 + 63*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^5 + 35*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^3 + 5*(8*a^2 + 4*a*b
 + b^2)*cosh(d*x + c))*sinh(d*x + c)^5 + 15*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^4 + 15*(33*(8*a^2 + 4*a*b + b^
2)*cosh(d*x + c)^8 + 84*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^6 + 70*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^4 + 20*
(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^2 + 8*a^2 + 4*a*b + b^2)*sinh(d*x + c)^4 + 20*(11*(8*a^2 + 4*a*b + b^2)*co
sh(d*x + c)^9 + 36*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^7 + 42*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^5 + 20*(8*a^
2 + 4*a*b + b^2)*cosh(d*x + c)^3 + 3*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c))*sinh(d*x + c)^3 + 6*(8*a^2 + 4*a*b +
 b^2)*cosh(d*x + c)^2 + 6*(11*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^10 + 45*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^
8 + 70*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^6 + 50*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^4 + 15*(8*a^2 + 4*a*b +
b^2)*cosh(d*x + c)^2 + 8*a^2 + 4*a*b + b^2)*sinh(d*x + c)^2 + 8*a^2 + 4*a*b + b^2 + 12*((8*a^2 + 4*a*b + b^2)*
cosh(d*x + c)^11 + 5*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^9 + 10*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^7 + 10*(8*
a^2 + 4*a*b + b^2)*cosh(d*x + c)^5 + 5*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c)^3 + (8*a^2 + 4*a*b + b^2)*cosh(d*x
+ c))*sinh(d*x + c))*arctan(cosh(d*x + c) + sinh(d*x + c)) - 3*(8*a^2 + 4*a*b + b^2)*cosh(d*x + c) + 3*(11*(8*
a^2 + 4*a*b + b^2)*cosh(d*x + c)^10 + 3*(72*a^2 - 60*a*b - 47*b^2)*cosh(d*x + c)^8 + 14*(8*a^2 - 12*a*b + 13*b
^2)*cosh(d*x + c)^6 - 10*(8*a^2 - 12*a*b + 13*b^2)*cosh(d*x + c)^4 - (72*a^2 - 60*a*b - 47*b^2)*cosh(d*x + c)^
2 - 8*a^2 - 4*a*b - b^2)*sinh(d*x + c))/(d*cosh(d*x + c)^12 + 12*d*cosh(d*x + c)*sinh(d*x + c)^11 + d*sinh(d*x
 + c)^12 + 6*d*cosh(d*x + c)^10 + 6*(11*d*cosh(d*x + c)^2 + d)*sinh(d*x + c)^10 + 20*(11*d*cosh(d*x + c)^3 + 3
*d*cosh(d*x + c))*sinh(d*x + c)^9 + 15*d*cosh(d*x + c)^8 + 15*(33*d*cosh(d*x + c)^4 + 18*d*cosh(d*x + c)^2 + d
)*sinh(d*x + c)^8 + 24*(33*d*cosh(d*x + c)^5 + 30*d*cosh(d*x + c)^3 + 5*d*cosh(d*x + c))*sinh(d*x + c)^7 + 20*
d*cosh(d*x + c)^6 + 4*(231*d*cosh(d*x + c)^6 + 315*d*cosh(d*x + c)^4 + 105*d*cosh(d*x + c)^2 + 5*d)*sinh(d*x +
 c)^6 + 24*(33*d*cosh(d*x + c)^7 + 63*d*cosh(d*x + c)^5 + 35*d*cosh(d*x + c)^3 + 5*d*cosh(d*x + c))*sinh(d*x +
 c)^5 + 15*d*cosh(d*x + c)^4 + 15*(33*d*cosh(d*x + c)^8 + 84*d*cosh(d*x + c)^6 + 70*d*cosh(d*x + c)^4 + 20*d*c
osh(d*x + c)^2 + d)*sinh(d*x + c)^4 + 20*(11*d*cosh(d*x + c)^9 + 36*d*cosh(d*x + c)^7 + 42*d*cosh(d*x + c)^5 +
 20*d*cosh(d*x + c)^3 + 3*d*cosh(d*x + c))*sinh(d*x + c)^3 + 6*d*cosh(d*x + c)^2 + 6*(11*d*cosh(d*x + c)^10 +
45*d*cosh(d*x + c)^8 + 70*d*cosh(d*x + c)^6 + 50*d*cosh(d*x + c)^4 + 15*d*cosh(d*x + c)^2 + d)*sinh(d*x + c)^2
 + 12*(d*cosh(d*x + c)^11 + 5*d*cosh(d*x + c)^9 + 10*d*cosh(d*x + c)^7 + 10*d*cosh(d*x + c)^5 + 5*d*cosh(d*x +
 c)^3 + d*cosh(d*x + c))*sinh(d*x + c) + d)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \left (a + b \tanh ^{2}{\left (c + d x \right )}\right )^{2} \operatorname{sech}^{3}{\left (c + d x \right )}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sech(d*x+c)**3*(a+b*tanh(d*x+c)**2)**2,x)

[Out]

Integral((a + b*tanh(c + d*x)**2)**2*sech(c + d*x)**3, x)

________________________________________________________________________________________

Giac [B]  time = 1.48948, size = 393, normalized size = 3.14 \begin{align*} \frac{3 \,{\left (8 \, a^{2} e^{c} + 4 \, a b e^{c} + b^{2} e^{c}\right )} \arctan \left (e^{\left (d x + c\right )}\right ) e^{\left (-c\right )} + \frac{24 \, a^{2} e^{\left (11 \, d x + 11 \, c\right )} + 12 \, a b e^{\left (11 \, d x + 11 \, c\right )} + 3 \, b^{2} e^{\left (11 \, d x + 11 \, c\right )} + 72 \, a^{2} e^{\left (9 \, d x + 9 \, c\right )} - 60 \, a b e^{\left (9 \, d x + 9 \, c\right )} - 47 \, b^{2} e^{\left (9 \, d x + 9 \, c\right )} + 48 \, a^{2} e^{\left (7 \, d x + 7 \, c\right )} - 72 \, a b e^{\left (7 \, d x + 7 \, c\right )} + 78 \, b^{2} e^{\left (7 \, d x + 7 \, c\right )} - 48 \, a^{2} e^{\left (5 \, d x + 5 \, c\right )} + 72 \, a b e^{\left (5 \, d x + 5 \, c\right )} - 78 \, b^{2} e^{\left (5 \, d x + 5 \, c\right )} - 72 \, a^{2} e^{\left (3 \, d x + 3 \, c\right )} + 60 \, a b e^{\left (3 \, d x + 3 \, c\right )} + 47 \, b^{2} e^{\left (3 \, d x + 3 \, c\right )} - 24 \, a^{2} e^{\left (d x + c\right )} - 12 \, a b e^{\left (d x + c\right )} - 3 \, b^{2} e^{\left (d x + c\right )}}{{\left (e^{\left (2 \, d x + 2 \, c\right )} + 1\right )}^{6}}}{24 \, d} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sech(d*x+c)^3*(a+b*tanh(d*x+c)^2)^2,x, algorithm="giac")

[Out]

1/24*(3*(8*a^2*e^c + 4*a*b*e^c + b^2*e^c)*arctan(e^(d*x + c))*e^(-c) + (24*a^2*e^(11*d*x + 11*c) + 12*a*b*e^(1
1*d*x + 11*c) + 3*b^2*e^(11*d*x + 11*c) + 72*a^2*e^(9*d*x + 9*c) - 60*a*b*e^(9*d*x + 9*c) - 47*b^2*e^(9*d*x +
9*c) + 48*a^2*e^(7*d*x + 7*c) - 72*a*b*e^(7*d*x + 7*c) + 78*b^2*e^(7*d*x + 7*c) - 48*a^2*e^(5*d*x + 5*c) + 72*
a*b*e^(5*d*x + 5*c) - 78*b^2*e^(5*d*x + 5*c) - 72*a^2*e^(3*d*x + 3*c) + 60*a*b*e^(3*d*x + 3*c) + 47*b^2*e^(3*d
*x + 3*c) - 24*a^2*e^(d*x + c) - 12*a*b*e^(d*x + c) - 3*b^2*e^(d*x + c))/(e^(2*d*x + 2*c) + 1)^6)/d